SetClipboard
TheSetClipboard
method replaces the clipboard object for this session.
void SetClipboard (in ODClipboard clipboard);
clipboard
- A reference to the new clipboard object for this session.
DISCUSSION
This method may be called only by a shell plug-in'sODShellPluginInstall
function.SEE ALSO
The ODClipboard class (page 83).
TheODShellPluginInstall
function (page 952).